home *** CD-ROM | disk | FTP | other *** search
/ Eagles Nest BBS 5 / Eagles_Nest_Mac_Collection_Disc_5.TOAST / Math & Engineering / SPSS4Cmd / SPSS.help.rsrc / HELP_100_Help < prev    next >
Text File  |  1990-03-15  |  522b  |  20 lines

  1. IF [(]logical expression[)]
  2.     target variable=expression
  3.  
  4. The following relational operators can be used in
  5. logical expressions:
  6.  Symbol   Definition
  7.  EQ or =  Equal to
  8.  LT or <  Less than
  9.  GT or >  Greater than
  10.  NE or ^=  Not equalto
  11.  LE or <=  Less than or equal to
  12.  GE or >=  Greaterthan or equalto
  13.  
  14. The following logical operators can be used in
  15. logical expressions:
  16.  Symbol    Definition
  17.  AND or &  Both relations must be true
  18.  OR or |   Either relation can be true
  19.  NOT or <> Reverses the outcome of an expression
  20.